@charset "utf-8";
/* CSS Document */

/*全局定义*/
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0;
    padding: 0;
    color: #333;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
}

button {
    outline: none;
    border: 0;
    box-shadow: 0;
}

img {
    display: block;
    border: 0;
}

.container {
    width: 1224px;
    margin: 0 auto;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix {
    clear: both !important;
}
.hide{
    display: none;
}
.height30{
    display: block;
    width: 100%;
    height: 30px;
}
.top1{
    margin-top: 1px !important;
}
.top10 {
    margin-top: 10px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top60 {
    margin-top: 60px !important;
}

/*广告自适应*/
.advertbox-one {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
    min-width: 1224px;
    /*min-width: auto;*/
}

.advertbox-one .advert {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.advertbox-one .advert img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.banner_small {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
    min-width: 1224px;
    /*min-width: auto;*/
}

.banner_small .advert {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner_small .advert img {
    width: 100%;
    height: auto;
    display: inline-block;
}


/*banner*/
.banner {
    width: 100%;
    min-width: 1224px;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .follow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    min-width: 1224px;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);;
}

.banner .follow ul {
    width: 1224px;
    margin: auto;
}

.banner .follow ul li {
    float: left;
    height: 58px;
    color: #909090;
    list-style: disc;
    font-size: 14px;
    line-height: 58px;
    margin-right: 28px;
}

.banner .follow ul li:first-child {
    color: #ffffff;
    list-style: none;
    padding: 0 0 0 38px;
    background: url("../images/follow_icon.png") no-repeat;
    background-position: 0 15px;

}

.banner .follow ul li:first-child span {
    padding: 0 20px 0 0;
    border-right: 1px #666056 solid;
}

.banner .follow ul li a {
    color: #ffffff;
}

.banner .follow ul .one {
    float: right;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border: 1px #75716e solid;
    text-align: center;
    border-radius: 12px;
    margin-top: 14px;
    list-style: none;
}

.banner .follow ul .one a {
    color: #ffffff;

}

.banner .follow ul .two {
    float: right;
    margin-top: 20px;
    height: 21px;
    line-height: 21px;
    list-style: none;
    color: #ffffff;
    padding-left: 16px;
    border-left: 1px #666056 solid;
}

.banner .follow ul .two i {
    color: #ff7d41;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
}

/*内容页左边部分*/
.content_left {
    float: left;

}

.content_left .choose {
    width: 250px;
}

.content_left .choose li {
    width: 254px;
    height: 60px;
    background: #f2f2f2;
    margin-bottom: 2px;
}

.content_left .choose li a {
    display: block;
    width: 250px;
    height: 60px;
    color: #707070;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background: url("../images/content_left_icon1.png") no-repeat;
    background-position: 65px 24px;
}

.content_left .choose li:first-child {
    height: 76px;
    width: 254px;
    font-size: 29px;
    color: #ffffff;
    padding: 15px 0 0 0;
    font-weight: bold;
    line-height: 33px;
    background: #f9bb67;
    text-align: center;
}

.content_left .choose li:first-child span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-shadow: 0;
    font-weight: 500;
}

.content_left .choose a:hover {
    color: #ff7d41;
    background: url("../images/content_left_icon2.png") no-repeat;
    background-position: 65px 24px;
}

.content_left .active a {
    color: #ff7d41 !important;
    background: url("../images/content_left_icon2.png") no-repeat !important;
    background-position: 65px 24px !important;
}

/*内容页右边部分*/
.content_right {
    float: right;
    width: 860px;
    /*border: 1px #f2f2f2 solid;*/
    padding: 0 28px 20px;
    position: relative;
}

.content_right h1 {
    color: #434343;
    font-size: 25px;
    text-align: center;
    margin: 26px auto;
    line-height: 25px;
    width: 269px;
    background: url("../images/why_icon1.png") no-repeat;
    background-position: 0 25px;
}
.content_right h1 span {
    color: #d7d7d7;
    font-size: 15px;
    font-family: Arial;
}

.content_right .img1 {
    width: 100%;
    height: auto;
}

.content_right .txt1 {
    position: relative;
}

.content_right .txt1 p {
    margin: 30px auto 0;
    padding: 0 25px;
    font-size: 14px;
    color: #626262;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: justify;
}

.content_right .txt1 p span {
    font-size: 16px;
    color: #494949;
    font-weight: bold;
}

.content_right .txt1 .block {
    width: 3px;
    height: 18px;
    background: #f9bb67;
    position: absolute;
    top: 4px;
    left: 12px;
}

.content_right .line_gray {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
}

.content_right .txt2 {
    position: relative;

}

.content_right .txt2 img{
    width: 420px;
    height: 223px;
}

.content_right .txt2 .word {
    float: right;
    height: 195px;
    width: 420px;
    background: #f5f5f5;
    padding: 28px 30px 0;
}

.content_right .txt2 .word h2 {
    color: #494949;
    font-size: 25px;
    letter-spacing: 2px;
}

.content_right .txt2 .word h2 span {
    color: #f9bb67;
}

.content_right .txt2 .word p {
    font-size: 14px;
    color: #626262;
    line-height: 26px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: justify;
}

.content_right .row_three {
    width: 100%;
}

.content_right .row_three img {
    float: left;
    width: 32%;
    height: auto;
}

.content_right .row_three img:first-child {
    margin-right: 2%;
}

.content_right .row_three img:first-child + img {
    margin-right: 2%;
}

/*底部联系方式*/
.content_right .bottom_tel {
    display: block;
    height: 21px;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.content_right .bottom_tel p {
    color: #7d7d7d;
    font-size: 13px;
    text-align: center;
    width: 156px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -78px;
    background: #ffffff;
}

.content_right .bottom_tel p span {
    font-size: 15px;
    font-family: Arial;
}

/*右侧新闻资讯*/
.news {
    width: 860px;
    margin: auto;
    padding-bottom: 10px;
    position: relative;

}

.news ul {
    background: url(../images/news_07.jpg) repeat-y;
}

.news ul li {
    background: url(../images/news_06.png) no-repeat 0 62px;

    width: 830px;
    height: 136px;
    margin-bottom: 20px;
}

.news ul li:hover {
    background: url(../images/news_05.png) no-repeat 0 62px;
}

.news ul li .news_left {
    width: 109px;
    height: 136px;
    float: left;
    margin-left: 30px;
}

.news ul li .news_left img {
    border: 1px solid #f2f2f2;
    width: 164px;
    height: 107px;
}

.news ul li .news_left .time {
    width: 164px;
    height: 22px;
    background: #f9bb67;
    margin-top: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.news ul li .news_right {
    width: 584px;
    float: right;
    height: 136px;
    background: #f2f2f2;
    padding: 0 20px;
}

.news ul li .news_right a {
    color: #313131;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    font-weight: 800;
}

.news ul li .news_right p {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    padding-top: 8px;
    letter-spacing: 0.1em;
}

.news .a1 {
    width: 5px;
    height: 62px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 0;
}

.news .a2 {
    width: 5px;
    height: 62px;
    background: #fff;
    position: absolute;
    left: 4px;
    bottom: 75px;
}
.news .a3 {
    bottom: 27px;
}


/*新闻内页*/
.news_in {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.news_in h1 {
    padding-bottom: 20px;
    border-bottom: 1px #dcdcdc solid;
    color: #434343;
     font-size: 25px;
     text-align: center;
     margin:0;
     line-height: 25px;
     width: auto;
     background: none;
}

.news_in h5 {
    margin: 10px 0 20px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;

}

.news_in p {
    color: #7d7d7d;
    margin-bottom: 10px;
    line-height: 23px;
    font-size: 14px;
}

.news_in img {
    margin-bottom: 20px;
}

/*新闻*/
.new_page {
    font-size: 15px;
    padding: 20px 0;
}

.new_page h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.new_page a {
    margin-left: 15px;
    color: #707070;
}

.line_xu {
    border-top: 1px #d4d4d4 dashed;
}

/*分页*/
.page {
    height: 20px;
    font-size: 13px;
    margin: 15px auto 0;
    text-align: center;
}

.page a {
    color: #707070;
    margin: 0 5px;
}
.page a:hover{
    color: #f9bb67;
}
.page span{
    margin: 0 5px;
}

    /*联系我们*/
.map {
    width: 918px;
    height: 320px;
    border: 1px #dcdcdc solid;
}

.contactUs ul {
    margin-top: 34px;

}

.contactUs ul li {
    float: left;
    color: #535353;
    font-size: 16px;
}

.contactUs .address {
    width: 45%;
}

.contactUs ol li {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 11px;
}

.contactUs ol li em {
    float: left;
    width: 26px;
    height: 26px;
    background: url("../images/icon.png") no-repeat;
    background-position: 0 0;
    margin: 0 10px 0 5px;
}

.contactUs ol li .one {
    background-position: 0 0;
}

.contactUs ol li .two {
    background-position: -26px 0;
}

.contactUs ol li .three {
    background-position: 0 -26px;
}

.contactUs ol li .four {
    background-position: -26px -26px;
}

.contactUs .weixin {
    float: right;
}

.contactUs .weixin img {
    padding-left: 60px;
    width: 150px;
    height: 150px;
}

.contactUs .weixin1 img {
    padding-right: 0;
}

.contactUs .weixin p {
    display: block;
    color: #313131;
    font-size: 14px;
    text-align: center;
    width: 150px;
    margin-top: 10px;
    height: 20px;
    padding-left: 60px;
}

/*顶部*/
.top {
    width: 100%;
    height: 31px;
    min-width: 1224px;
    background: rgba(255, 255, 255, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
}

.top ul li {
    float: left;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    color: #626262;
}

.top ul li i {
    font-weight: bold;
    font-family: Arial;
    font-size: 17px;
}

.top ul li a {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #626262;
    width: 105px;
    height: 14px;
    margin-top: 8px;
    border-right: 1px #3c3c3c solid;
    text-align: center;
}

.top ul li:first-child a {
    width: 84px;
    background: url("../images/top_icon1.png") no-repeat;
    padding-left: 25px;
    text-align: left;
}

.top ul li:first-child + li + li a {
    border-right: 0;
}

.top ul li:first-child + li + li + li {
    width: 208px;
    padding-left: 34px;
    height: 21px;
    margin-top: 6px;
    background: url("../images/top_icon2.png") no-repeat;
    line-height: 21px;
    float: right;
}

.top ul li:first-child + li + li + li + li {
    width: 208px;
    padding-left: 34px;
    height: 21px;
    margin-top: 6px;
    line-height: 21px;
    background: url("../images/top_icon3.png") no-repeat;
    float: right;
}

/*头部*/
.header {
    position: relative;
}

.header .bx-wrapper .bx-prev {
    left: 120px !important;
}

.header .bx-wrapper .bx-next {
    right: 120px !important;
}

.header .banner .bx-default-pager {
    display: none;
}

.header .nav {
    width: 100%;
    height: 65px;
    min-width: 1224px;
    background: rgba(255, 255, 255, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    position: absolute;
    top: 0;
    left: 0;
}

.header .nav ul {
    width: 1224px;
    margin: auto;
}

.header .nav ul li {
    float: left;
    margin: 31px 10px 0;
    height: 32px;
    line-height: 32px;
}
.header .nav ul .aa{
    border-bottom: 0!important;
}

.header .nav ul li a {
    float: left;
    color: #313131;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    border-bottom: 2px;
}

.header .nav ul .active {
    border-bottom: 2px #f9bb67 solid;
}
.header .nav ul .active a{
    color: #f9bb67;
}

.header .nav ul li:hover {
    border-bottom: 2px #f9bb67 solid;
}

.header .nav ul li:hover a{
    color: #f9bb67;
}

.header .nav ul li:first-child {
    margin: 15px 86px 0 0;
    width: 486px;
    height: 40px;
}

.header .nav ul li:first-child img {
    width: 486px;
    height: 40px;
}

.header .nav ul li:first-child a {
    padding: 0;
    border-bottom: 0;
}

.header .nav ul li:first-child:hover {
    border-bottom: 0;
}

/*热门关键字*/
.header .keyWords {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    min-width: 1224px;
    background: rgba(64, 158, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(StartColorstr=#cc409E00, EndColorstr=#cc409E00);
}

.header .keyWords p, .header .keyWords h5 {
    float: left;
    color: #fff;
}

.header .keyWords p {
    font-size: 24px;
    margin: 19px 17px 0 0;
    padding-right: 18px;
    border-right: 1px #848383 solid;
    height: 24px;
    line-height: 24px;
}

.header .keyWords h5 {
    margin-right: 12px;
    padding-top: 25px;
}

.header .keyWords h5 a {
    color: #fff;
}

.header .keyWords input {
    width: 270px;
    height: 38px;
    background: #ffffff;
    color: #a7a7a7;
    padding-left: 14px;
    margin: 12px 0 0 22px;
    border: 0;
}

::-webkit-input-placeholder {
    color: #a7a7a7;
}

::-moz-placeholder {
    color: #a7a7a7;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #a7a7a7;
}

/* ie */
input:-moz-placeholder {
    color: #a7a7a7;
}

.header .keyWords form {
    float: right;
}

.header .keyWords .search {
    width: 120px;
    height: 38px;
    font-size: 17px;
    color: #ffffff;
    background: #e4892c;
    margin-top: 12px;
    line-height: 38px;
    padding-left: 22px;
    text-align: left;
}

.header .keyWords .search:hover {
    cursor: pointer;
}

.header .keyWords .search span {
    width: 30px;
    height: 21px;
    border-left: 1px #ffffff solid;
    margin: 8px 15px 0 0;
    padding: 3px 0 0 0;
    float: right;
    display: inline-block;
    background: url("../images/top_icon4.png") no-repeat;
    background-position: 10px 1px;

}

.content_right2 {
    width: 920px !important;
    padding: 0;
}

/*左侧联系我们*/
.content_left .relation {
    position: relative;
}

.content_left .relation h3 {
    width: 254px;
    height: 65px;
    background: #409e00;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    padding: 15px 0 0;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}

.content_left .relation h3 a {
    color: #ffffff;
}

.content_left .relation h3 span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.content_left .relation img {
    width: 254px;
    height: 123px;
    display: block;
}

.content_left .relation .relation_del {
    width: 214px;
    background: #ffffff;
    padding: 17px 20px;
    border: 1px #eaeaeb solid;
    border-top: 0;
}

.content_left .relation .relation_del h4 {
    background: url("../images/content_left_icon5.png") no-repeat;
    background-position: 0 3px;
    padding-bottom: 9px;
    font-size: 13px;
    color: #535353;
    border-bottom: 1px #dcdcdc solid;
    padding-left: 37px;
    margin-bottom: 15px;
}

.content_left .relation .relation_del h4 i {
    margin-left: 3px;
}

.content_left .relation .relation_del h4 span {
    color: #f9bb67;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.content_left .relation .relation_del h5 {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 23px;
}

.content_left .relation .relation_del h5 span {
    font-weight: bold;
}

/*左边滑动*/
.content_left .slither {

}

.content_left .slither ul {
    width: 254px;
    background: #ffffff;
    position: relative;
}

.content_left .slither ul li {

}

.content_left .slither ul li a {
    display: block;
    width: 225px;
    height: 57px;
    border-bottom: 1px #f2f2f2 solid;
    line-height: 57px;
    text-align: center;
    color: #707070;
    font-size: 17px;
    margin: auto;
    letter-spacing: 1px;
}

.content_left .slither ul li:hover {
    background: #eaeaeb;
    cursor: pointer;
}

.content_left .slither ul li:hover a {
    color: #f9bb67;
}

.content_left .slither ul .active2 {
    background: #eaeaeb;
}

.content_left .slither ul .active2 a {
    color: #f9bb67;
}

.content_left .slither .jiantou {
    width: 30px;
    height: 8px;
    background: url("../images/content_left_icon4.png") no-repeat;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 0;
}

.content_left .relation .jiantou {
    width: 30px;
    height: 8px;
    background: url("../images/content_left_icon4.png") no-repeat;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 80px;
}

.title33 {
    width: 920px;
    height: 50px;
    background: url("../images/content_right_location2.png") no-repeat;
    position: relative;
}

.title33 h3 {
    color: #f9bb67;
    font-size: 19px;
    height: 38px;
    line-height: 38px;
    margin-left: 26px;
    letter-spacing: 1px;
    width: 894px;
}

.title33 h3 span {
    color: #d2d2d2;
    font-family: Arial;
    margin-left: 9px;
}

.image_text7 {
    width: 894px;
    margin: auto;
}

.image_text7 .box {
    float: left;
    margin:0 6px 18px;
    position: relative;
}

.image_text7 .box img {
    width: 284px;
    height: 200px;
    display: block;
    border: 1px #d4d4d4 solid;
    border-bottom: 0;
}

.image_text7 .box h4 {
    width: 100%;
    height: 41px;
    background: #d2d2d2;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 39px;
}

.image_text7 .box h4 a {
    display: block;
    width: 100%;
    height: 39px;
    color: #565656;
}

.image_text7 .box:hover h4 {
    background: #409e00;
}

.image_text7 .box:hover h4 a{
    color: #ffffff;
}
.height10 {
    width: 100%;
    height: 10px;
    display: block;
}

.more {
    display: block;
    width: 174px;
    height: 46px;
    border-radius: 20px;
    color: #ffffff;
    background: url("../images/icon2.png") no-repeat;
    text-align: center;
    line-height: 46px;
    margin: auto;
    font-size: 18px;
}

.why {
    width: 100%;
    min-width: 1224px;
}

.why h3 {
    color: #171717;
    font-size: 30px;
    text-align: center;
}

.why h4 {
    width: 269px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin: 8px auto 0;
    text-align: center;
    background: url("../images/why_icon1.png") no-repeat;
    background-position: 0 8px;
}

.why h5 {
    margin: 18px 0 0;
    text-align: center;
    color: #707070;
    font-size: 13px;
}

.why ul {
    width: 1144px;
    margin: auto;

}

.why ul li {
    width: 258px;
    height: 63px;
    float: left;
    border: 1px #ffffff solid;
    color: #707070;
    font-size: 16px;
    text-align: center;
    padding-top: 120px;
    margin: 0 13px;
}

.why ul li i {
    width: 35px;
    height: 2px;
    background: #e0e0e0;
    margin: 5px auto 10px;
    display: block;
}

.why ul li:first-child {
    background: url("../images/icon3.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child:hover {
    background: url("../images/icon4.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li {
    background: url("../images/icon5.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li:hover {
    background: url("../images/icon6.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li {
    background: url("../images/icon7.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li:hover {
    background: url("../images/icon8.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li {
    background: url("../images/icon9.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li:hover {
    background: url("../images/icon10.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li {
    background: url("../images/icon11.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li:hover {
    background: url("../images/icon12.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li + li {
    background: url("../images/icon13.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li + li:hover {
    background: url("../images/icon14.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li + li + li {
    background: url("../images/icon15.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li + li + li:hover {
    background: url("../images/icon16.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li + li + li + li {
    background: url("../images/icon17.png") no-repeat;
    background-position: center 35px;
}

.why ul li:first-child + li + li + li + li + li + li + li:hover {
    background: url("../images/icon18.png") no-repeat;
    background-position: center 35px;
}

.why ul li:hover {
    border: 1px #f9bb67 solid;
}

.why ul li:hover i {
    background: #f9bb67;
}

.bg_txt {
    width: 100%;
    height: 340px;
    min-width: 1224px;
    background: url("../images/bg1.jpg") no-repeat;
    background-position: center;
    padding-top: 54px;

}

.bg_txt img {
    width: 455px;
    height: 285px;
}

.bg_txt .txt {
    width: 651px;
    height: 225px;
    overflow: hidden;
    padding: 30px 47px;
    background: #ffffff;
    position: relative;
}

.bg_txt .txt h2 {
    color: #313131;
    font-size: 28px;
}

.bg_txt .txt h3 {
    font-size: 14px;
    color: #7d7d7d;
    font-family: Arial;
    margin-top: 5px;
}

.bg_txt .txt p {
    margin-top: 24px;
    font-size: 15px;
    color: #313131;
    text-align: justify;
    height: 147px;
    overflow: hidden;
    line-height: 24px;
}

.bg_txt .txt h5 {
    padding-left: 40px;
    color: #f9bb67;
    background: url("../images/icon19.png") no-repeat;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 30px;
}

/*中间部分*/
/*title1*/
.title1 {
    width: 1224px;
    margin: auto;
    position: relative;
}

.title1 h2 {
    color: #434343;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.title1 h2 span {
    color: #409e00;
    font-weight: bold;
}

.title1 p {
    width: 200px;
    height: 18px;
    line-height: 18px;
    margin: 10px auto 0;
    color: #7d7d7d;
    font-size: 18px;
    font-family: Arial;
    text-align: center;
}

.title1 ul {
    width: 485px;
    margin: 12px auto 0;
}

.title1 ul li {
    height: 28px;
    line-height: 28px;
    padding-left: 5%;
    color: #434343;
    font-size: 18px;
    background: url("../images/title_icon1.png") no-repeat;
    float: left;
    text-align: center;
    letter-spacing: 0.05em;
    width: 28%;
}

.title1 ul li span {
    color: #f9bb67;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
}

.title1 .line_blue {
    width: 65px;
    height: 2px;
    background: #f8d4a4;
    margin: 14px auto;
}

.title1 h4 {
    color: #7d7d7d;
    font-size: 13px;
    text-align: center;
    line-height: 24px;

}

/*图文4*/
.image_text4 {
    width: 1224px;
    margin: auto;
}

.image_text4 .box {
    margin: 0 12px 13px;
    float: left;
    width: 384px;
    height: 227px;
    position: relative;
}

.image_text4 .box img {
    width: 384px;
    height: 227px;
}

.image_text4 .box h4 {
    width: 384px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.image_text4 .box h4 a {
    color: #ffffff;
}

.image_text4 .box:hover {
    cursor: pointer;
}

.image_text4 .box:hover h4 {
    background: rgba(64, 158, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC409E00, endColorstr=#CC409E00);
}

/*新闻中心*/
.press_center {
    width: 100%;
    min-width: 1224px;
    padding: 40px 0 50px;
    background: #f2f2f2;
}

.press_center .container {
    width: 1165px;
}

.press_center h3 {
    color: #171717;
    font-size: 30px;
    text-align: center;
}

.press_center h4 {
    width: 269px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin: 8px auto 0;
    text-align: center;
    background: url("../images/why_icon1.png") no-repeat;
    background-position: 0 8px;
}

.press_center .img_txt1 {
    width: 210px;

}

.press_center .img_txt1 .box {
    width: 210px;
    height: 126px;
    position: relative;
    margin-bottom: 12px;
}

.press_center .img_txt1 .box:first-child + .box + .box {
    margin-bottom: 0;
}

.press_center .img_txt1 .box img {
    width: 210px;
    height: 126px;
    display: block;
}

.press_center .img_txt1 .box h4 {
    width: 170px;
    height: 40px;
    padding: 0 20px;
    background: rgba(210, 210, 210, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCd2d2d2, endColorstr=#CCd2d2d2);
    position: absolute;
    left: 0;
    bottom: 0;
}

.press_center .img_txt1 .box h4 a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    color: #313131;
    font-size: 14px;
}

.press_center .img_txt1 .box:hover h4 {
    background: rgba(64, 158, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC409E00, endColorstr=#CC409E00);
}

.press_center .img_txt1 .box:hover h4 a {
    color: #ffffff;
}

.press_center .txt {
    width: 450px;
    padding: 0 35px;
}

.press_center .txt h2 {
    color: #f08a00;
    font-size: 16px;
}
.press_center .txt h2 a{
    color: #f08a00;
}
.press_center .txt h2 i {
    display: block;
    width: 56px;
    height: 23px;
    background: #f08a00;
    border-radius: 8px;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    float: left;
    font-style: normal;
}


.press_center .txt h2 span {
    float: left;
    margin-left: 7px;
}

.press_center .txt p {
    font-size: 14px;
    line-height: 23px;
    color: #626262;
    margin-top: 15px;
    height: 70px;
    overflow: hidden;
}


.press_center .txt .line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    display: block;
    margin: 20px 0 10px;
}

.press_center .txt ul {

}

.press_center .txt ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.press_center .txt ul li a {
    color: #656565;
}

.press_center .txt ul li span {
    float: right;
}

.press_center .txt h5 {
    width: 76px;
    height: 22px;
    background: #f08a00;
    border-radius: 12px 0 0 12px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    float: right;
}

.press_center .txt h5 a {
    color: #ffffff;
}

.press_center .img_txt2 {
    float: right;
    width: 430px;
    position: relative;
}

.press_center .img_txt2 img {
    width: 430px;
    height: 260px;
    display: block;
}

.press_center .img_txt2 h4 {
    position: absolute;
    width: 430px;
    top: 210px;
    left: 0;
    height: 50px;
    margin: 0;
    background: none;
}

.press_center .img_txt2 h4 a {
    display: block;
    width: 430px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    background: rgba(64, 158, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC409E00, endColorstr=#CC409E00);
    margin: 0;
    position: relative;
}

.press_center .img_txt2 h4 a span {
    display: block;
    float: right;
    width: 67px;
    height: 30px;
    border: 1px #ffffff solid;
    border-radius: 12px;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    top: 9px;
    right: 14px;
}

.press_center .img_txt2 h5 {
    color: #f08a00;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 10px;
}
.press_center .img_txt2 h5 a{
    color: #f08a00;
}


.press_center .img_txt2 h6 {
    color: #898989;
    font-size: 13px;
}

.press_center .img_txt2 p {
    color: #626262;
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
    height: 68px;
    overflow: hidden;
    margin-top: 10px;
}

/*合作伙伴*/
.hezuohuoban {
    width: 100%;
    min-width: 1224px;
}

.hezuohuoban h3 {
    color: #171717;
    font-size: 30px;
    text-align: center;
}

.hezuohuoban h4 {
    width: 350px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin: 8px auto 0;
    text-align: center;
    letter-spacing: 1px;
    background: url("../images/why_icon2.png") no-repeat;
    background-position: 0 8px;
}

.hezuohuoban ul {
    width: 1224px;
    margin: auto;
}

.hezuohuoban ul li {
    float: left;
    width: 16.6666%;
    margin-top: 20px;
}

.hezuohuoban ul li img {
    width: 120px;
    height: 40px;
    margin: auto;
}

.hezuohuoban ul li .img1{
    display: block;
}

.hezuohuoban ul li .img2{
    display: none;
}
.hezuohuoban ul li:hover .img1{
    display: none;
}
.hezuohuoban ul li:hover .img2{
    display: block;
}


    /*底部*/
.footer {
    width: 100%;
    min-width: 1224px;
    background: #585554;
    padding: 0 0 15px 0;
}

.footer .nav {
    width: 800px;
    height: 46px;
    margin: auto
}

.footer .nav li {
    float: left;
    width: 104px;
    height: 16px;
    font-size: 13px;
    border-left: 1px #bab9b8 solid;
    text-align: center;
    margin-top:16px;
}

.footer .nav li:first-child {
    border-left: 0;
}

.footer .nav li:first-child + li {
    border-left: 0;
}

.footer .nav li a {
    color: #fff;
}

.footer .information {
    margin: auto;
    width: 1183px;
    padding-left: 17px;
}

.footer .information  li {
    float: left;
    padding: 0 27px;
    border-right: 1px #83807f solid;
    font-size: 13px;
    margin: 5px 0;
    color: #fff;
    height: 71px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer .information  li:first-child{
    height: 51px;
    padding-top: 20px;
}

.footer .information  li:first-child img{
    width: 164px;
    height: 33px;
}

.footer .information  li:first-child + li + li + li {
    border-right: 0;
}

.footer .information  li .color_yellow {
    color: #f9bb67;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    display: block;
    width: 100%;
    font-weight: bold;
}

.footer .information  li img {
    margin: 0 12px 0 0;
    display: inline-block;
    float: left;
    margin-top: 1px;
}

.footer .information  li a {
    color: #fff
}


.footer .line{
    height: 1px;
    width: 100%;
    background: #5f5f5f;

}
.footer .bottom {
    width: 1160px;
    margin: auto;
    margin-top: 10px;
    color: #ffffff;
    padding-left: 40px;
 }

.footer .bottom  a{
    color: #ffffff;
    margin:0 5px;
    display: inline-block;
}
.footer .bottom span{
    margin-left: 5px;
}

/*右侧面包屑*/

.content_right .location {
    width: 920px;
    height: 50px;
    background: url("../images/content_right_location.png") no-repeat;
    position: relative;
}

.content_right .location h3 {
    color: #f9bb67;
    font-size: 19px;
    height: 38px;
    line-height: 38px;
    margin-left: 26px;
}

.content_right .location h3 span {
    color: #d2d2d2;
    font-family: Arial;
    margin-left: 9px;
}

.content_right .location h4 {
    position: absolute;
    right: 20px;
    top: 0;
    height: 38px;
    color: #ffffff;
    font-size: 13px;
    text-align: right;
    line-height: 38px;
}

.content_right .location h4 a {
    color: #ffffff;
}

.content_right .location h4 img {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
}

/*404页面*/
.error404{
    width: 1224px;
    margin: auto;
}
.error404 .txt1{
    float: left;
    width: 350px;
    margin-left: 150px;
}

.error404 .txt1 h2{
    font-size: 140px;
    color: #f9bb67;
    text-align: center;
    font-family: Arial;
    font-weight: 100;
}
.error404 .txt1 h3{
    font-size: 24px;
    color: #f9bb67;
    text-align: center;
    font-weight: 500;
}
.error404 .txt1 h4{
    margin-top: 50px;
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    line-height: 30px;
}
.error404 .txt1 h4 span{
    display: block;
    font-size: 20px;
    color: #f9bb67;
    text-align: center;
    font-family: Arial;
}

.error404 .txt1 h5{
    width:125px;
    height: 40px;
    border-radius: 10px;
    background:#f9bb67;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin:50px auto 0;
}
.error404 .txt1 h5 a{
    color: #ffffff;
}
.error404 .txt2{
    float: left;
    width: 600px;
}
.error404 .txt2 h2{
    color: #f9bb67;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px #f9bb67 solid;
}
.error404 .txt2 a{
    display:inline-block;
    padding: 10px;
    border-radius: 10px;
    background:#7d7d7d;
    color: #ffffff;
    margin: 5px 0;
}
.error404 .txt2 a:hover{
    background:#f9bb67;
}

/*产品详情*/
.product{
    width: 860px;
    margin: auto;
}
.product .box{
    float: left;
    width:260px;
    margin:0 13px 20px;
}
.product .box img{
    width: 260px;
    height: 181px;
    margin: auto;
}
.product .box h4{
    margin-top: 10px;
    color: #626262;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .box h4 a{
    color: #626262;
}

.product1{
    width: 888px;
    margin: auto;
}
.product1 .box{
    float: left;
    width:286px;
    margin:0 4px 20px;
}
.product1 .box img{
    width: 286px;
    height: 200px;
    margin: auto;
}
.product1 .box h4{
    margin-top: 10px;
    color: #626262;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product1 .box h4 a{
    color: #626262;
}

.image_text10{
    width: 880px;
    margin: auto;
}
.image_text10 .img{
    width: 460px;
    height: 322px;
    position: relative;
    float: left;
    overflow: hidden;
    border:1px #f5f5f5 solid;
}
.image_text10 .img img{
    width: 460px;
    height: 322px;
}

.image_text10 .img h4{
    height: 40px;
    width: 460px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(249, 187, 103, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCf9bb67, endColorstr=#CCf9bb67);
    line-height: 40px;
    color: #ffffff;
}
.image_text10 .img h4 span{
    height: 40px;
    width: 432px;
    display: block;
    padding-left: 28px;
    font-style: italic;
}

.image_text10 .img h5{
    position: absolute;
    right: 24px;
    bottom: 6px;

}
.image_text10 .img h5 a{
    width: 78px;
    height: 26px;
    border: 1px #d7ecf9 solid;
    display: block;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    border-radius: 12px;
}
.image_text10 .txt{
    width: 406px;
    height: 267px;
    float: right;
}
.image_text10 .txt  h3{
    height: 41px;
    color: #707070;
    padding-left: 12px;
    line-height: 40px;
}

.image_text10 .txt ul{
    width: 93%;
    height: 46px;
    padding: 10px 3.5%;
    background: #f5f5f5;

}

.image_text10 .txt ul li{
    float: left;
    color: #626262;
    font-size: 15px;
    width: 163px;
    padding-left: 25px;
    line-height: 19px;
    height: 19px;
    margin-bottom: 10px;
    overflow: hidden;
}

.image_text10 .txt ul li span{
    /*color: #f9bb67;*/

}
.image_text10 .txt ul li:first-child{
    width: 183px;
    background: url("../images/tuijian1.png") no-repeat;
}
.image_text10 .txt ul li:first-child+li{
    width: 140px;
    text-align: left;
    background: url("../images/tuijian4.png") no-repeat;
    padding-left: 26px;

}

.image_text10 .txt ul li:first-child+li+li{
    background: url("../images/tuijian3.png") no-repeat;
}

.image_text10 .txt h4{
    color: #535353;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    padding-left: 14px;
    margin-top: 8px;
    height:200px;
    overflow: hidden;
}
.image_text10 .txt h4 span{
    color: #f9bb67;

}
.image_text10 .txt .img1{
    width: 100%;
    margin-top: 10px;
    height: 74px;
}

.image_text10 .txt .img1 img{
    width: 128px;
    height: 74px;
    display: block;
    float: left;
    margin-right: 7px;
    border: 1px #ffffff solid;
}
.image_text10 .txt .img1 img:first-child+img+img{
    margin-right: 0;
}


/*常见问题*/
.faq{
    width: 880px;
    margin: auto;
    border-bottom: 1px #f9bb67 dashed;
    padding-bottom: 20px;
}
.faq h2{
    color: #343434;
    font-size: 16px;
}
.faq h2 a{
    color: #343434;
}

.faq h2 span{
    color: #f9bb67;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}
.faq p{
    margin-top: 5px;
    color: #707070;
    line-height: 22px;
    font-size: 15px;
}
.faq p span{
    color: #f9bb67;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}
